# Icons 图标

使用:

Icon(
  MillIcons.account,
  size: 32,
),
List icons = [
  MillIcons.account,
  MillIcons.add_team,
  MillIcons.add_user,
  MillIcons.alipay,
  MillIcons.aliwangwang,
  MillIcons.android,
  MillIcons.android_fill,
  MillIcons.apple,
  MillIcons.apple_fill,
  MillIcons.area_chart,
  MillIcons.attachment,
  MillIcons.audio,
  MillIcons.audio_fill,
  MillIcons.backward,
  MillIcons.bar_chart,
  MillIcons.caret_down,
  MillIcons.caret_left,
  MillIcons.caret_right,
  MillIcons.caret_up,
  MillIcons.close_circle,
  MillIcons.close_circle_fill,
  MillIcons.cloud,
  MillIcons.cloud_download,
  MillIcons.delete_team,
  MillIcons.delete_user,
  MillIcons.dingtalk_fill,
  MillIcons.double_left,
  MillIcons.double_right,
  MillIcons.down,
  MillIcons.down_circle,
  MillIcons.earth,
  MillIcons.edit,
  MillIcons.edit_square,
  MillIcons.error,
  MillIcons.export,
  MillIcons.eye,
  MillIcons.fail,
  MillIcons.fast_backward,
  MillIcons.fast_forward,
  MillIcons.forward,
  MillIcons.frown,
  MillIcons.fullscreen,
  MillIcons.fullscreen_exit,
  MillIcons.gitlab,
  MillIcons.gitlab_fill,
  MillIcons.heart,
  MillIcons.heart_fill,
  MillIcons.ie,
  MillIcons.left,
  MillIcons.left_circle,
  MillIcons.line_chart,
  MillIcons.link,
  MillIcons.location,
  MillIcons.message,
  MillIcons.notification,
  MillIcons.phone,
  MillIcons.point_map,
  MillIcons.poweroff,
  MillIcons.qq,
  MillIcons.question_circle,
  MillIcons.reload,
  MillIcons.right,
  MillIcons.right_circle,
  MillIcons.scan,
  MillIcons.search,
  MillIcons.setting,
  MillIcons.smile,
  MillIcons.sound,
  MillIcons.star,
  MillIcons.success,
  MillIcons.taobao,
  MillIcons.team,
  MillIcons.time_circle,
  MillIcons.time_out,
  MillIcons.up,
  MillIcons.up_circle,
  MillIcons.user,
  MillIcons.warning_circle,
  MillIcons.warning_circle_fill,
  MillIcons.wechat_fill,
  MillIcons.wifi,
  MillIcons.windows_fill,
  MillIcons.yuan,
  MillIcons.yuque
];